home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / DefineSprite_85_windowclearBonus / frame_45 / DoAction.as
Text File  |  2011-08-19  |  250b  |  13 lines

  1. this.res = this.checkRank(_root.getGoldCnt);
  2. if(_root.getGoldCnt >= 20)
  3. {
  4.    var seName = "SE_clear";
  5. }
  6. else
  7. {
  8.    var seName = "SE_ng";
  9. }
  10. this.SE_clearSE = new Sound(this);
  11. this.SE_clearSE.attachSound(seName);
  12. this.SE_clearSE.start(0,0);
  13.